﻿@charset "utf-8";
/* technical support:Zhenjiang YouDu; technician:ChenShinan */

/*全局元素*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border:1;
	font-size:100%;
	font: inherit;
	font-family: "微软雅黑","宋体",Verdana,Arial,Helvetica,sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: rgb(82,87,93);
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,header,menu,dialog,footer,figure,dl,dt,dd,ul,li{
	display: block;

}
body,html{
    background-color:#FAFAFA;
}

a {
    color:rgb(57,56,54);
    text-decoration: none;
}
a:hover {
    color: #FF0000;
}
form {
    display: inline;
    margin: 0;
    padding: 0;
}
input {
    float: left;
    margin-right: 5px;
}
img {
    border: 0 none;
}
ul, ol {
    list-style: none outside none;
}
select {
    border: 1px solid #D5D6E0;
    font-size: 12px;
    width:120px;
	height:40px;
	line-height:24px;
}

option {
    background-color: #F3F3F3;
    color: #2C4879;
    line-height:22px;
}
/* 首页 */
.container{
	/* [disabled]height: 900px; */
	float: left;
	background-color:#EEEFF3;
}
.module_wrap1{
	float: left;
        position: fixed;
	left: 0;
	
	top: 0;
	width: 160px;
	z-index: 7;
	height: 100%;
	min-height: 695px;
}
.minheader{
	 background:#EEEFF3;
    position: relative;
    width: 160px;	
}

.minheader h1 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999;
}
.minheader h1 a{
	display:block;
	height:87px;
	width:160px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent:-999px;
}
.minheader h1 a:hover{ background-position:top;}

.minheader .leftnav {
    padding-top: 87px;
    position: relative;
}

.minheader .leftnav li {
    background:#FFFFFF;
    border-bottom: 1px solid #DEE0E5;
    position: relative;
}
.minheader .leftnav li a {
	display: block;
	height: 33px;
	padding: 16px 0 0 24px;
	font-size: 14px;
}

#point{ background:url(../img/pointicon.gif) no-repeat 130px 22px !important; color:#33519c; font-weight:bold;}
.minheader .come {
    position: relative;
	margin-top:10px;
}

.minheader .come li {
    margin-top: 0;
    padding: 4px 0 4px 10px;
}
.footer_wrap{

	min-height:120px;
	height:120px;
	left: 0;
	position: relative;
	top:25px;
	width: 160px;
	z-index: 6;
	background-color: #EEEFF3;
}

.footer_inner {
	position: absolute;
	z-index: 2;
	width: 160px;
}

.footerbg {
    background: none repeat scroll 0 0 #EEEFF3;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
    z-index: 1;
}
.scheme{
	display: block;
	background: url(../img/icon.jpg) no-repeat 10px center;
	font-size: 12px;
	color: #0f458a;
	font-weight:bold;
	padding-left:25px;
	margin-bottom:10px;
}
.scheme:hover{ text-decoration:underline;}
.footer_inner p {
	display: block;
	border-top: 1px solid #B4B9C1;
	font-size: 12px;
	padding-left: 10px;
	width: 140px;
	margin: 0 auto;
	padding-top: 10px;
}

.mainContainer {
    background:#F4F4F4;
    border-bottom: 1px solid #DBDBDB;
    margin-left: 160px;
    min-height: 900px;
    position: relative;
    width: 1120px;
}
/*banner*/
#banner_wrap{
    background:#FFFFFF;
    float: left;
    height: 900px;
    overflow: hidden;
    position: relative;
    width: 640px;
}
#banner_wrap #banner {
    left: -370px;
    overflow: hidden;
    top: 0;
    width: 1920px;
}
#banner_wrap #banner li {
    left: 0;
    position: absolute;
    top: 0;
}


.mainContent_wrap {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    float: left;
    min-height: 900px;
    width: 358px;
}
.mainContent_wrap .newsBox {
    margin: 45px auto 0;
    position: relative;
    width: 300px;
}
.mainContent_wrap .news_title{ height:24px; width:300px;margin-bottom: 13px;}
.mainContent_wrap .news_title h3 {
	display:block;
	color:#3F4654;
	font-size:22px;
	line-height:24px;
	float:left;
	
}
.mainContent_wrap .news_title .more{
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	margin-top: 10px;
	
}
.mainContent_wrap .thumnail{
	padding-bottom:20px;
	border-bottom: 1px solid #CED1D8;
}
.mainContent_wrap .thumnail img {
    border: 1px solid #CED1D8;
    height: 103px;
    width: 298px;
}
.mainContent_wrap .newsList {
    margin-top: 13px;
}
.mainContent_wrap .newsList ul li {
}
.mainContent_wrap .newsList ul li a {
    color: #595A5C;
    display:block;
    width: 230px;
	float:left;
	font-size:12px;
	line-height:24px;
	overflow:hidden;
}
.mainContent_wrap .newsList ul li a:hover{ color:#B51010; text-decoration:underline;}
.mainContent_wrap .newsList ul li span{
	display:block;
	float:right;
	width:60px;
	font-size:12px;
	color:#7E8E98;
}

.mainContent_wrap .mediaBox{
    margin:0 auto;
    position:relative;
    width: 300px;
	top:25px;
}
.mainContent_wrap .production_title{
	height: 24px;
	width: 300px;
}
.mainContent_wrap .production_title h3{
	display:block;
	color:#3F4654;
	font-size:22px;
	line-height:24px;
	float:left;
	
}
.mainContent_wrap .production_title .more{
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	margin-top: 10px;
	
}

.scroll{
	float: left;
	width: 298px;
	height: 168px;
	overflow: hidden;
	display: inline;
	position: relative;
	border: 1px solid #CED1D8;
	top: 13px;
}
.mediaBox .scroll .left,.mediaBox .scroll .right{
	position: absolute;
	width:30px;
	height:50px;
	z-index:20;
	top:59px;
	
}
.mediaBox .scroll .left{
	left:0;
	background:url(../img/leftbotn.png) no-repeat center bottom;
}
.mediaBox .scroll .left:hover{background:url(../img/leftbotn.png) no-repeat center top;}
.mediaBox .scroll .right{
	right:0;
	background:url(../img/rightbotn.png) no-repeat center bottom;
}
.mediaBox .scroll .right:hover{background:url(../img/rightbotn.png) no-repeat center top;}
.scroll ul{
	position: absolute;
	left: 0;
	height: 168px;
	overflow: hidden;
}
.scroll ul li{
	float: left;
	width: 298px;
	height: 168px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: inline;
	background: #aaa;
}

.bannerBox{
	position: relative;
	margin:0 auto;
	width: 300px;
	top:80px;
	
}
.mainContent_wrap .bannerList li{
	padding-bottom: 19px;
}
.mainContent_wrap .bannerList li a{ display:block; }
.mainContent_wrap .bannerList li a img{ border:1px solid #CED1D8;}

.mainQuickWrap {
	border-right: 1px solid #DBDBDB;
	float: left;
	min-height: 900px;
	width: 119px;
	overflow: hidden;
}
.mainQuickWrap ul {
    margin: 0 auto;
    width: 119px;
}
.mainQuickWrap ul li {
	background: url(../img/quickLinkBg.gif) repeat-x;
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #FFFFFF;
	height: 138px;
	padding-top:40px;
	text-align: center;
}
.mainQuickWrap ul li span{
	display: block;
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
	color:#3C4551;
	font-size:14px;
	font-weight:bold;
}


/*分页*/
.k_pagelist {
    clear: both;
    display: table;
    float: left;
    line-height: 30px;
    text-align: left;
    width: 100%;
}
.k_pagelist em {
    background: none repeat scroll 0 0 #F5F9FE;
    border: 1px solid #E7E7E7;
    color: #14316B;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 0 1px;
    padding: 2px;
}
.k_pagelist strong {
    border: 1px solid #E7E7E7;
    color: #009900;
    font-size: 12px;
    margin: 0 1px;
    padding: 2px;
}
.k_pagelist a {
    border: 1px solid #E7E7E7;
    font-size: 12px;
    margin: 0 1px;
    padding: 2px;
}
